cs-apolo-sapi
π Process Diagrams
π§© Components Diagram - Diagrama de Componentes
This diagram shows the cs-apolo-sapi architecture with client applications, gateway, middleware services, and backend integrations to APOLO DB.
πΌ Providers - Proveedores
GET: /providers
Retrieves providers information from dbo.Prestadoreslt (view). Routes through middleware to execute backend lookup operation in APOLO DB.
π¦ Request Example
curl -X GET "https://cs-apolo-sapi-v1-dev.us-e1.cloudhub.io/api/providers?id=123&fueraRed=1&tipoPrestador=2&nit=1234567890" \
-H "client_id: YOUR_CLIENT_ID" \
-H "invoker: { \"application\": \"Portal\",\"addressIPUser\": \"192.168.80.13\",\"loginUser\": \"User\",\"userName\": \"User Name\" }"
π¦ Response Example
{
"id": "123",
"nit": "1234567890",
"Prestador": "Centro MΓ©dico Especializado",
"fueraRed": "1",
"tipoPrestador": "2"
}
π Support
For questions, issues, or integration support, please contact:
Integration Services and Applications Coordination
π§ epalma@fgs.co
π Notes
- Documentation last updated: May 2025
- For further updates, refer to the API Exchange Portal